Version

UnboundColumnWrapper<T> Class Members

The following tables list the members exposed by UnboundColumnWrapper<T>.

Public Constructors
 NameDescription
Public ConstructorUnboundColumnWrapper<T> ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyColumnReturns reference to the grid unbound column  
Public Methods
 NameDescription
Public MethodColSpanGridColumn.ColSpan (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>)
Public MethodColumnCssClassGridColumn.ColumnCssClass (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>)
Public MethodColumnIndexGridColumn.ColumnIndex (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>)
Public MethodDataTypeGridColumn.DataType  
Public MethodDateDisplayTypeGridColumn.DateDisplayType (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>)
Public MethodFormatGridColumn.Format  
Public MethodFormatterFunctionGridColumn.FormatterFunction  
Public MethodFormulaFormula function in the unbound column definition, which will calculate the value based on other cell values in the same row or any generic formula  
Public MethodGroupSets a group for the multicolumn header column (in this way the column becomes automatically multicolumn header column)  
Public MethodGroupOptionsGridColumn.GroupOptions (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>)
Public MethodHeaderCssClassGridColumn.HeaderCssClass (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>)
Public MethodHeaderTextGridColumn.HeaderText  
Public MethodHiddenGridColumn.Hidden  
Public MethodMapperReference to a client-side function (string) that can be used for complex data extraction from the data records, whose return value will be used for all data operations associated with this column. GridColumn.Mapper (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>)
Public MethodNavigationIndexGridColumn.NavigationIndex (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>)
Public MethodRegionalGridColumn.Regional (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>)
Public MethodRowIndexGridColumn.RowIndex (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>)
Public MethodRowSpanGridColumn.RowSpan (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>)
Public MethodTemplateSets a template for an individual column. the contents of the template should be the HTML markup that goes inside the table cell, without any tags included in front and at the end. The syntax of the template, when referencing data keys and using conditional expressions is the same as the one for rowTemplate
and
 
Public MethodUnboundValuesSets an array of values which could be set for unbound columns at init time  
Public MethodUpdateModeGets or sets update mode of the unbound column(this option is applied ONLY when option formula is set). Auto update unbound column value whenever the record/cell is updated  
Public MethodWidthGridColumn.Width  
Protected Methods
 NameDescription
Protected MethodSetUnboundColumnSets the instance of unbound column to the column (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>)
See Also

View on GitHub